home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 May / CMCD0504.ISO / Software / Freeware / Programare / dspack / DSPACK231.exe / {app} / Demos / D6-D7 / SampleGrabber / Unit1.dfm < prev    next >
Encoding:
Text File  |  2002-12-16  |  1.7 KB  |  81 lines

  1. object Form1: TForm1
  2.   Left = 198
  3.   Top = 114
  4.   Width = 367
  5.   Height = 242
  6.   Caption = 'Simple SnapShot'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image: TImage
  18.     Left = 176
  19.     Top = 8
  20.     Width = 153
  21.     Height = 121
  22.     Stretch = True
  23.   end
  24.   object VideoWindow: TVideoWindow
  25.     Left = 8
  26.     Top = 8
  27.     Width = 160
  28.     Height = 120
  29.     FilterGraph = FilterGraph
  30.     VMROptions.Mode = vmrWindowed
  31.     VMROptions.Streams = 1
  32.     VMROptions.Preferences = []
  33.     Color = clBlack
  34.   end
  35.   object OpenPlay: TButton
  36.     Left = 8
  37.     Top = 136
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'Open - Play'
  41.     TabOrder = 1
  42.     OnClick = OpenPlayClick
  43.   end
  44.   object Snapshot: TButton
  45.     Left = 176
  46.     Top = 136
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'Snapshot'
  50.     TabOrder = 2
  51.     OnClick = SnapshotClick
  52.   end
  53.   object CallBack: TCheckBox
  54.     Left = 176
  55.     Top = 168
  56.     Width = 97
  57.     Height = 17
  58.     Caption = 'Callback Event'
  59.     TabOrder = 3
  60.   end
  61.   object FilterGraph: TFilterGraph
  62.     GraphEdit = True
  63.     Left = 16
  64.     Top = 16
  65.   end
  66.   object SampleGrabber: TSampleGrabber
  67.     OnBuffer = SampleGrabberBuffer
  68.     FilterGraph = FilterGraph
  69.     MediaType.data = {
  70.       7669647300001000800000AA00389B717EEB36E44F52CE119F530020AF0BA770
  71.       FFFFFFFF0000000001000000809F580556C3CE11BF0100AA0055595A00000000
  72.       0000000000000000}
  73.     Left = 184
  74.     Top = 16
  75.   end
  76.   object OpenDialog: TOpenDialog
  77.     Left = 16
  78.     Top = 80
  79.   end
  80. end
  81.